home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / rs232cb.arc / MDM-CONN.DAT < prev    next >
Encoding:
Text File  |  1986-11-07  |  6.6 KB  |  173 lines

  1.  
  2.                     RS-232 Modem Connections
  3.  
  4.                          by Dennis Recla
  5.  
  6.                           Nov. 18, 1984
  7.  
  8.  
  9. Every type of modem with an RS-232 I/O port has its own specific
  10. requirements of connections to make full use of the modem.  Most
  11. common modems are configured as a DCE (Data Communications Eq.)
  12. for connection to a DTE (Data Terminal Eq.) device.  The following
  13. table lists the various pins and their identification required by
  14. various modems.
  15.  
  16.  
  17.      Pin | Type  | EIA  |        Function
  18.      ------------------------------------------------------
  19.      1   | H V   |  AA  |      FG    Chassis Ground   
  20.      2   | H V B |  BA  |      TXD    Transmitted Data
  21.      3   | H V B |  BB  |      RXD    Received Data
  22.      4   |   V   |  CA  |      RTS    Request to Send
  23.      5   | H V B |  CB  |      CTS    Clear to Send
  24.      6   | H V B |  CC  |      DSR    Data Set Ready
  25.      7   | H V B |  AB  |      SG    Signal Common
  26.      8   | H V B |  CF  |      CXD    Carrier Detect
  27.      9   |   V B |  +P  |      +V    +12 Volts 
  28.      10  |   V B |  -P  |      -V    -12 Volts
  29.      11  -----------------     NOT USED
  30.      12  |   V B |  CI  |      CI    Speed indicator
  31.      13  -----------------     NOT USED
  32.      14  -----------------     NOT USED
  33.      15  |   V B |  DB  |      SCT    Serial Clock Transmit
  34.      16  -----------------     NOT USED
  35.      17  |   V B |  DD  |      SCR    Serial Clock Received
  36.      18  |   V B |  CN  |      CN    Busy Out
  37.      19  -----------------     NOT USED
  38.      20  | H V B |  CD  |      DTR    Data Terminal Ready
  39.      21  |   V B |  RL  |      RDL    Remote Digital Loop
  40.      22  | H V B |  CE  |      RI    Ring Indicator
  41.      23  |   V B |  CH  |      SS    Speed Select
  42.      24  |   V B |  DA  |      SCTE    External Serial Clock TX
  43.      25  |   V B |  CN  |      TM/CN    Test Mode indicator
  44.  
  45.      H= Hayes Smartmodem 300/1200
  46.      V= Vadic Modems 3451, 355, 212PA, 212LC
  47.      B= Bell 212A Modem
  48.  
  49.  
  50. Each pin on the 25 pin "RS-232" connector have the following
  51. discriptions and requirements.  Normally the connector on a
  52. Modem is a part type DB-25S, this is a common part number for
  53. a 25 pin connector having sockets instead of pins.  The mating
  54. connector would be a DB-25P.
  55.  
  56. Pin    1    FG (Chassis Ground)- Common return to AC protective
  57.         ground.
  58.  
  59. Pin    2    TXD (Transmitted Data)- Serial data from terminal 
  60.         equipment to modem transmitter.  Data will be 
  61.         accepted by the modem when the CTS signal is on.
  62.         When CTS is OFF, TXD is internally forced to the
  63.         MARK condition. MARK = -3 to -25 V; SPACE = +3 to
  64.         +25 V.
  65.  
  66. Pin    3    RXD (Received Data)- Demodulated serial data from modem
  67.         receiver to terminal equipment, active when the CXR
  68.         signal is ON. Held in MARK condition when CXR is OFF.
  69.  
  70. Pin    4    RTS (Request To Send)- Not used normally for full duplex
  71.         operation, this control signal from the terminal equip-
  72.         ment may be optionally tied to CTS for controlled-
  73.         carrier operation.
  74.  
  75. Pin    5    CTS (Clear To Send)- Control signal from modem to 
  76.         terminal equipment indication that modem is ready to
  77.         transmit data.  Normally active when CXR signal is on,
  78.         CTS is disabled during Digital Loop-back test mode.
  79.  
  80. Pin    6    DSR (Data Set Ready)- Control signal from modem to
  81.         terminal equipment indicating that modem is off hook
  82.         (Connected to the TelCo line).  DSR may be ON or OFF
  83.         in test mode, depending on user options selected.
  84.  
  85. Pin    7    SG (Signal Common)- Commong ground reference point
  86.         for all terminal interface circuits except chassis
  87.         ground.  May also be connected to chassis ground with
  88.         user option.
  89.  
  90. Pin    8    CXR (Carrier Detect)- Control signal from modem to
  91.         terminal equipment indicating that the modem is re-
  92.         ceiving valid energy suitable for demodulation.  Also
  93.         called Receive Line Signal Detector.
  94.  
  95. Pin    9    +V (+12 V Test)- Positive dc test voltage, 1 kohm,
  96.         nominal.
  97.  
  98. Pin    10    -V (-12 V Test)- Negative dc test voltage, 1 kohm,
  99.         nominal.
  100.  
  101. Pin     11    NOT USED
  102.  
  103. Pin    12    CI (Speed Indication)- Control signal from modem to
  104.         terminal equipment indicating operating speed of mo-
  105.         dem.  If ON, modem is in high-speed data mode; if OFF,
  106.         modem is in low-speed mode.
  107.  
  108. Pin    13    NOT USED
  109.  
  110. Pin    14    NOT USED
  111.  
  112. Pin    15    SCT (Serial Clock Transmit)- Timing signal from modem
  113.         to terminal equipment indicating center of each trans-
  114.         mitted signal element (data bit) when modem is operat-
  115.         ing in high-speed (1200 bps) synchronous mode.  Data on
  116.         TXD is sampled by modemon each negative (ON to OFF) 
  117.         transition of SCT.  If the Slave Clock Control option
  118.         is enabled, SCT is phase-locked to SCR.  If the Transmit
  119.         Clock Select is set to external, SCT is phase-locked to
  120.         SCTE.
  121.  
  122. Pin    16    NOT USED
  123.  
  124. Pin    17    SCR (Serial Clock Received)- Timing signal from mo-
  125.         dem to terminal equipment indication center of each
  126.         received signal element when modem is operating in
  127.         high-speed synchronout mode.  The negative transition
  128.         of SCR specified valid sample point for data on RXD.
  129.  
  130. Pin    18    CN (Test/Busy Out)- Optional control signal from ter-
  131.         minal equipment to modem used to busy out modem and/
  132.         or initiate local test mode. 
  133.  
  134. Pin    19    NOT USED
  135.  
  136. Pin    20    DTR (Data Terminal Ready)- Control signal from ter-
  137.         minal equipment to modem indicating that terminal is
  138.         ready for data communication.  Prepares modem for 
  139.         (Automatic) Connection to the telephone line and main-
  140.         tains connection once established.  In automatic answ-
  141.         ering application, the modem will connect to line when
  142.         the trailing edge of the ring signal (RI) is received
  143.         if the signal is ON.
  144.  
  145. Pin    21    RDL (Remote Digital Lookback)-  Optional control sig-
  146.         nal from terminal equipment to modem used to initiate
  147.         remote test mode.
  148.  
  149. Pin    22    RI (Ring Indicator)- Control signal from modem to ter-
  150.         minal equipment indication that a ring signal has been
  151.         detected (i.e., a call is being received).
  152.  
  153. Pin    23    SS (Speed Select)-  Optional control signal from ter-
  154.         minal equipment used to select data rate for origin-
  155.         ating a call.
  156.  
  157. Pin    24    SCTE (External Serial Clock Transmit)- Optional timing
  158.         signal from terminal equipment to modem that clocks
  159.         transmitted data as described previously under SCT.
  160.         The clock must have a frequencyof 1200 Hz +/- .01% 
  161.         with peak distortion of negative transitions no greater
  162.         than 0.5% as per RE334.
  163.  
  164. Pin    25    TM (Test Mode) or CN (Test/Busy Out)- This line may
  165.         be configured as a test-mode indicator from the modem
  166.         to the terminal, or as a local test control line from
  167.         the terminal to the modem, depending on the user 
  168.         options selected.
  169.  
  170. These requirements will vary from modem to modem, so it is best to look
  171. closely at the specific pin connections used by your own modem.
  172.  
  173.